Skip to content

Prepare for 4.9.0#2626

Merged
afranken merged 8 commits intomainfrom
maintenance
Sep 19, 2025
Merged

Prepare for 4.9.0#2626
afranken merged 8 commits intomainfrom
maintenance

Conversation

@afranken
Copy link
Member

@afranken afranken commented Sep 12, 2025

Description

Related Issue

Tasks

  • I have signed the CLA.
  • I have written tests and verified that they fail without my change.

@afranken afranken self-assigned this Sep 12, 2025
Botocore doesn't send the necessary Content-Type when making the
request. AWS CLI uses botocore, so the requests fail with the CLI as
well.

Fixes #2635
@afranken afranken added the bug label Sep 19, 2025
@afranken afranken requested a review from Copilot September 19, 2025 11:14
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

Prepares the S3Mock project for version 4.9.0 release by updating all Maven module versions and finalizing the changelog with implemented features and dependency updates.

  • Updates all Maven POM files from version 4.8.1-SNAPSHOT to 4.9.0-SNAPSHOT
  • Finalizes changelog entries for 4.9.0 release with features, fixes, and version updates
  • Updates CI build configuration to use Java 25 with Oracle distribution

Reviewed Changes

Copilot reviewed 15 out of 15 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pom.xml Updates parent project version to 4.9.0-SNAPSHOT
server/pom.xml Updates server module version to 4.9.0-SNAPSHOT
testsupport/*/pom.xml Updates all test support module versions to 4.9.0-SNAPSHOT
integration-tests/pom.xml Updates integration tests module version to 4.9.0-SNAPSHOT
docker/pom.xml Updates Docker module version to 4.9.0-SNAPSHOT
server/src/main/java/com/adobe/testing/s3mock/BucketController.java Removes Content-Type expectation from PutBucketVersioning
integration-tests/src/test/kotlin/com/adobe/testing/s3mock/its/VersionsIT.kt Adds test coverage for list object versions functionality
CHANGELOG.md Updates changelog from planned to released status for 4.9.0
README.md Adds Star History section to table of contents
.github/workflows/maven-ci-and-prb.yml Updates CI to use Java 25 with Oracle distribution

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@afranken afranken merged commit 07b6199 into main Sep 19, 2025
6 checks passed
@afranken afranken deleted the maintenance branch September 19, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants